home *** CD-ROM | disk | FTP | other *** search
/ Chip 2005 June / ccd0605.iso / Software / Shareware / Comunicatii / efileshare / efssetup.exe / {app} / templates / dark / efs.css < prev    next >
Encoding:
Cascading Style Sheet File  |  2004-10-09  |  7.7 KB  |  216 lines

  1.  
  2.  /* General page style. The scroll bar colours only visible in IE5.5+ */
  3. body {
  4.     background-color: #000000;
  5.     scrollbar-face-color: #212121;
  6.     scrollbar-highlight-color: #404040;
  7.     scrollbar-shadow-color: #000000;
  8.     scrollbar-3dlight-color: #616161;
  9.     scrollbar-arrow-color:  #A1A1A1;
  10.     scrollbar-track-color: #000000;
  11.     scrollbar-darkshadow-color: #000000;
  12. }
  13.  
  14. /* General font families for common tags */
  15. font,th,td,p { font-family: Verdana, Arial, Helvetica, sans-serif }
  16. a:link,a:active,a:visited { color : #FFFFCC; text-decoration: none; }
  17. a:hover        { text-decoration: underline; color : #FFFFCC; }
  18. hr    { height: 0px; border: solid #CCCCCC 0px; border-top-width: 1px;}
  19.  
  20.  
  21. /* This is the border line & background colour round the entire page */
  22. .bodyline    { background-color: #000000; border: 1px #212121 solid; }
  23.  
  24. /* This is the outline round the main forum tables */
  25. .forumline    { background-color: #000000; border: 2px #212121 solid; }
  26.  
  27.  
  28. /* Main table cell colours and backgrounds */
  29. td.row1    { background-color: #000000; }
  30. td.row2    { background-color: #212121; }
  31. td.row3    { background-color: #000000; }
  32.  
  33.  
  34. /*
  35.   This is for the table cell above the Topics, Post & Last posts on the index.php page
  36.   By default this is the fading out gradiated black background.
  37.   However, you could replace this with a bitmap specific for each forum
  38. */
  39. td.rowpic {
  40.         background-color: #000000;
  41.         background-image: url(/cellpic2.jpg);
  42.         background-repeat: repeat-y;
  43. }
  44.  
  45. /* Header cells - the black gradient backgrounds */
  46. th    {
  47.     color: #CC9900; font-size: 12px; font-weight : bold;
  48.     background-color: #000000; height: 25px;
  49.     background-image: url(/cellpic3.gif);
  50. }
  51.  
  52. td.cat,td.catHead,td.catSides,td.catLeft,td.catRight,td.catBottom {
  53.             background-color:#000000; border: #FFCC66; border-style: solid; height: 28px;
  54. }
  55.  
  56.  
  57. /*
  58.   Setting additional nice inner borders for the main table cells.
  59.   The names indicate which sides the border will be on.
  60.   Don't worry if you don't understand this, just ignore it :-)
  61. */
  62. td.cat,td.catHead,td.catBottom {
  63.     height: 29px;
  64.     border-width: 0px 0px 0px 0px;
  65. }
  66. th.thHead,th.thSides,th.thTop,th.thLeft,th.thRight,th.thBottom,th.thCornerL,th.thCornerR {
  67.     font-weight: bold; border: #FFCC66; border-style: solid; height: 25px; }
  68. td.row3Right,td.spaceRow {
  69.     background-color: #666666; border: #FFCC66; border-style: solid; }
  70.  
  71. th.thHead,td.catHead { font-size: 12px; border-width: 0px 0px 0px 0px; }
  72. th.thSides,td.catSides,td.spaceRow     { border-width: 0px 0px 0px 0px; }
  73. th.thRight,td.catRight,td.row3Right     { border-width: 0px 0px 0px 0px; }
  74. th.thLeft,td.catLeft      { border-width: 0px 0px 0px 0px; }
  75. th.thBottom,td.catBottom  { border-width: 0px 0px 0px 0px; }
  76. th.thTop     { border-width: 0px 0px 0px 0px; }
  77. th.thCornerL { border-width: 0px 0px 0px 0px; }
  78. th.thCornerR { border-width: 0px 0px 0px 0px; }
  79.  
  80.  
  81. /* The largest text used in the index page title and toptic title etc. */
  82. .maintitle,h1,h2    {
  83.             font-weight: bold; font-size: 22px; font-family: "Trebuchet MS",Verdana, Arial, Helvetica, sans-serif;
  84.             text-decoration: none; line-height : 120%; color : #FFFFCC;
  85. }
  86.  
  87.  
  88. /* General text */
  89. .gen { font-size : 12px; }
  90. .bgen { font-size : 12px;color:Black }
  91. .genmed { font-size : 11px; }
  92. .gensmall { font-size : 10px; }
  93. .gen,.genmed,.gensmall { color : #FFFFCC; text-decoration: none; }
  94. a.gen,a.genmed,a.gensmall { color: #FFCC00; text-decoration: none; }
  95. a.gen:visited,a.genmed:visited,a.gensmall:visited    { color: #FFCC00; text-decoration: none; }
  96. a.gen:hover,a.genmed:hover,a.gensmall:hover    { color: #FFFFCC; text-decoration: none; }
  97.  
  98.  
  99. /* The register, login, search etc links at the top of the page */
  100. .mainmenu        { font-size : 11px; color : #CC9900; }
  101. a.mainmenu        { text-decoration: none; color : #CC9900;  }
  102. a.mainmenu:visited { text-decoration: none; color : #CC9900; }
  103. a.mainmenu:hover{ text-decoration: none; color : #FFFFCC; }
  104.  
  105.  
  106. /* Forum category titles */
  107. .cattitle        { font-weight: bold; font-size: 12px ; letter-spacing: 1px; color : #FFCC00}
  108. a.cattitle        { text-decoration: none; color : #FFCC00; }
  109. a.cattitle:visited { text-decoration: none; color : #FFCC00; }
  110. a.cattitle:hover{  color: #FFFFCC; text-decoration: none; }
  111.  
  112.  
  113. /* Forum title: Text and link to the forums used in: index.php */
  114. .forumlink        { font-weight: bold; font-size: 12px; color : #CC9900; }
  115. a.forumlink     { text-decoration: none; color : #CC9900; }
  116. a.forumlink:visited { text-decoration: none; color : #CC9900; }
  117. a.forumlink:hover{ text-decoration: none; color : #FFFFCC; }
  118.  
  119.  
  120. /* Used for the navigation text, (Page 1,2,3 etc) and the navigation bar when in a forum */
  121. .nav            { font-weight: bold; font-size: 11px; color : #FFCC00;}
  122. a.nav            { text-decoration: none; color : #FFCC00; }
  123. a.nav:visited { text-decoration: none; color : #FFCC00; }
  124. a.nav:hover        { text-decoration: none; color : #FFFFCC; }
  125.  
  126.  
  127. /* titles for the topics: could specify viewed link colour too */
  128. .topictitle            { font-weight: bold; font-size: 11px; color : #CC9900; }
  129. a.topictitle:link   { text-decoration: none; color : #FFFFCC; }
  130. a.topictitle:visited { text-decoration: none; color : #FFFFCC; }
  131. a.topictitle:hover    { text-decoration: underline; color : #FFFFCC; }
  132.  
  133.  
  134. /* Name of poster in viewmsg.php and viewtopic.php and other places */
  135. .name            { font-size : 11px; color : #FFCC00;}
  136.  
  137. /* Location, number of posts, post date etc */
  138. .postdetails        { font-size : 10px; color : #FFFFCC; }
  139.  
  140.  
  141. /* The content of the posts (body of text) */
  142. .postbody { font-size : 12px; color: #FFFFCC;}
  143. a.postlink:link    { text-decoration: none; color : #FFCC00; }
  144. a.postlink:visited { text-decoration: none; color : #FFCC00; }
  145. a.postlink:hover { text-decoration: none; color : #FFFFCC; }
  146.  
  147.  
  148. /* Quote & Code blocks */
  149. .code {
  150.     font-family: Courier, 'Courier New', sans-serif; font-size: 11px; color: #00CC33;
  151.     background-color: #616161; border: #BFBFBF; border-style: solid;
  152.     border-left-width: 1px; border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px
  153. }
  154.  
  155. .quote {
  156.     font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; color: #000000; line-height: 125%;
  157.     background-color: #616161; border: #BFBFBF; border-style: solid;
  158.     border-left-width: 1px; border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px
  159. }
  160.  
  161.  
  162. /* Copyright and bottom info */
  163. .copyright        { font-size: 10px; font-family: Verdana, Arial, Helvetica, sans-serif; color: #FFFFCC; letter-spacing: -1px;}
  164. a.copyright        { color: #FFCC00; text-decoration: none;}
  165. a.copyright:link   { color : #FFCC00; text-decoration: none;}
  166. a.copyright:visited { color : #FFCC00; text-decoration: none;}
  167. a.copyright:hover { color: #FFFFCC; text-decoration: underline;}
  168.  
  169.  
  170. /* Form elements */
  171. textarea, select {
  172.     color : #FFFFCC;
  173.     font: normal 11px Verdana, Arial, Helvetica, sans-serif;
  174.     border-color : #FFFFCC;
  175. }
  176.  
  177. /* The text input fields background colour */
  178. input.post, textarea.post, select {
  179.     background-color : #000000;
  180.     color : #FFFFCC;
  181. }
  182.  
  183. input { text-indent : 2px; 
  184.     color : #000000; }
  185.  
  186. /* The buttons used for bbCode styling in message post */
  187. input.button {
  188.     background-color : #000000;
  189.     color : #FFFFCC;
  190.     font-size: 11px; font-family: Verdana, Arial, Helvetica, sans-serif;
  191. }
  192.  
  193. /* The main submit button option */
  194. input.mainoption {
  195.     background-color : #000000;
  196.     color : #FFFFCC;
  197.     font-weight : bold;
  198. }
  199.  
  200. /* None-bold submit button */
  201. input.liteoption {
  202.     background-color : #000000;
  203.     color : #FFFFCC;
  204.     font-weight : normal;
  205. }
  206.  
  207. /* This is the line in the posting page which shows the rollover
  208.   help line. This is actually a text box, but if set to be the same
  209.   colour as the background no one will know ;)
  210. */
  211. .helpline { color : #FFFFCC; background-color: #212121; border-style: none; }
  212.  
  213.  
  214. /* Import the fancy styles for IE only (NS4.x doesn't use the @import function) */
  215. @import url("formIE.css");
  216.